vcGetPropertyStatement
Get Property statement creates a runtime variable that acts as a proxy to a property. The proxy variable's value and the targeted property's value are tied together such that changing one means changing the other as well. The targeted property can be a static component's property or a static component's behavior's property.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| PropertyVariableName | String | RW | Gets or sets the name of the proxy runtime variable to create. |
| SelectedBehavior | vcBehavior | RW | Gets or sets the behaviour that owns the target property.See moreMust be owned by the SelectedComponent. None value means SelectedProperty is a component property of SelectedComponent. Must be set after SelectedComponent has been set. |
| SelectedComponent | vcComponent | RW | Gets or sets the static component that owns the target property. None value means parent component of the statement. |
| SelectedProperty | vcProperty | RW | Gets or sets the target property to get.See moreMust be a property of either SelectedComponent or SelectedBehavior depending on the value of SelectedBehavior. Must be set after SelectedComponent and SelectedBehavior. Value type of the property must be Integer, Real, Vector, Matrix or String. |